MyDAC

TMyDump Members

TMyDump class overview.

Properties

Name Description

Connection

Used to specify a connection object that will be used to connect to a data store.

Debug (inherited from TDADump)

Used to display the statement that is being executed and the values and types of its parameters.

Objects

Used to set the enumeration of object types that will be described on calling TDADump.Backup.

Options

Specifies the behaviour of the TMyDump component.

SQL (inherited from TDADump)

Used to set or get the dump script.

StoredProcNames

Holds the list of procedures which will be used in the script.

TableNames (inherited from TDADump)

Used to set the names of the tables to dump.

TriggerNames

Holds the list of triggers which will be used in the script.

Methods

Name Description

Backup (inherited from TDADump)

Dumps database objects to the TDADump.SQL property.

BackupQuery (inherited from TDADump)

Dumps the results of a particular query.

BackupToFile (inherited from TDADump)

Dumps database objects to the specified file.

BackupToStream (inherited from TDADump)

Dumps database objects to the stream.

Restore (inherited from TDADump)

Executes a script contained in the SQL property.

RestoreFromFile (inherited from TDADump)

Executes a script from a file.

RestoreFromStream (inherited from TDADump)

Executes a script received from the stream.

Events

Name Description

OnBackupProgress (inherited from TDADump)

Occurs to indicate the TDADump.Backup, M:Devart.Dac.TDADump.BackupToFile(System.String) or M:Devart.Dac.TDADump.BackupToStream(Borland.Vcl.TStream) method execution progress.

OnError (inherited from TDADump)

Occurs when MySQL raises some error on TDADump.Restore.

OnRestoreProgress (inherited from TDADump)

Occurs to indicate the TDADump.Restore, TDADump.RestoreFromFile, or TDADump.RestoreFromStream method execution progress.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback